feat: serverless workers prototype#3209
Draft
rossnelson wants to merge 7 commits intoworker-insightsfrom
Draft
Conversation
Foundation for serverless workers prototype with types, CRUD operations, and async mock validators for Lambda ARN, IAM role, region, and task queue.
Adds 60+ translation keys for serverless worker management UI and route helpers for configuration, detail, and edit pages.
Adds Configuration as third tab alongside Workers and Deployments. Updates sidebar nav isActive to include worker-configuration and serverless-workers routes.
Shows traditional and serverless workers in one table with Type column. Reorders columns to Instance, Task Queue, Status, Type. Adds three-dots context menu to serverless rows with View, Edit, and Delete actions.
Configuration tab uses side-nav with Serverless Workers active and placeholder items. Includes serverless workers list with context menus and create form with superforms validation.
Detail page shows config and advanced settings with Edit/Delete actions. Edit page shows read-only connection details with editable advanced config. Create form uses superforms with zod validation and async mock checks.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Extract shared form component for create/edit, add provider picker, pre-setup guidance with CloudFormation/Terraform snippets, Combobox region selector, validation spinners, tooltip help, copyable ARNs with AWS console links, and educational empty state.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Serverless Workers as a new worker type alongside traditional workers, built on top of the
worker-insightsbranch. All serverless data is mocked — no backend APIs exist yet.Test plan